WriteError event   

Indicates a write error has occurred. If the WriteError is a errFileError, be aware that a TrackFileError event will fire prior to this event. It may not be desirable to prompt the user for both errors. If WriteError is a errDriveError, the DeviceError parameter will have a specific drive error as defined by the eCDError constants.

Syntax

Sub object_WriteError(WriteError As eWriteError, DeviceError As eCDError)

The WriteError event syntax has these named arguments:

Part Description
WriteErroreWriteError
DeviceErroreCDError